Welcome![Sign In][Sign Up]
Location:
Search - opencv source

Search list

[OtherOpen Source Computer Vision Library Reference Manu

Description: openCV是计算机视觉的开发源码库,这是openCV的使用手册,pdf文件。-visual source for the development, which is openCV the user manual pdf documents.
Platform: | Size: 1498112 | Author: 万崇玮 | Hits:

[Windows Developcorner-detection

Description: 这是在 Ruadhan 提供的源代码基础上做了一些修改,可以检测图像中的角点。应用环境是:OPENCV BETA 4,VC6 编译运行通过。-Ruadhan This is the basis of the source code to do some modifications, can detect images of the corner. Application Environment : OPENCV BETA 4, VC6 compiler running through.
Platform: | Size: 6144 | Author: 肖雪 | Hits:

[Special Effectsopencv-slides

Description: 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source. Including opencv image structure, matrix structure, the point structure profiles, and Image I/O, edge detection, Contour detection, background modeling.
Platform: | Size: 523264 | Author: | Hits:

[Graph programquyutianchong

Description: 区域填充的好算法,利用OpenCv的进行填充的源码!先求连通域再进行填充-A good algorithm for area filling, using the OpenCv source for filling! First seek further connected domain filled
Platform: | Size: 91136 | Author: qd | Hits:

[Special Effectsreplace

Description: 使用directshow代替opencv的vfw的源代码。代码是工程中需要引入的文件。配置好opencv,按照文章的步骤做就可以了。-Replace the use of DirectShow opencv source code of the VFW. Code is a need to introduce engineering documents. Configured opencv, article in accordance with the steps to do it.
Platform: | Size: 17408 | Author: alzn | Hits:

[Dialog_Windowfacedetect

Description: 自己做的一个人脸检测程序 用OPENCV实现-Their own to do a face detection procedure used to achieve OPENCV
Platform: | Size: 11439104 | Author: | Hits:

[Graph programdealPic

Description: 使用OPENCV源码对图象进行一系列处理,得到值图象后便可以提取出轮廓信息.-OPENCV source using a series of image processing, it will be the value of images extracted contour information.
Platform: | Size: 2048 | Author: vimone | Hits:

[Special Effectsopencv_src_06b

Description: opencv源码,OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域-opencv source, OpenCV from a series of C functions and C++ type of composition, function covers image processing, computer vision and pattern recognition in areas such as
Platform: | Size: 578560 | Author: lizhongwei | Hits:

[CSharpopencv

Description: 用opencv写的视频捕捉源码.很有用的哦.学习opencv的可以看看.-Written by opencv video capture source. Oh, very useful. Opencv can learn to see.
Platform: | Size: 1809408 | Author: zhangjing | Hits:

[DirextXDirectshow_Opencv

Description: 本例提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法. 实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s。-Provided in this case the use of DirectShow to replace the VFW opencv source code, and translated into algorithms iplimage format. Opencv experiment found the cvCaptureFromCAM using vfw, the use of information mechanism to slow fps test found that only about 9-12, too slow. discovered through the use of DirectShow to speed after 60/s.
Platform: | Size: 5120 | Author: fullball | Hits:

[Special Effectscamshiftdemo

Description: 跟踪摄像机中的物体,opencv源代码,点击图像中的物体后会跟踪目标,并在目标上标记-Tracking objects in video camera, opencv source code, click on the image objects will be tracking the target, and target marking
Platform: | Size: 2048 | Author: 陈皓 | Hits:

[DirextXDirectshowForOpencv

Description: 提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法. -DirectShow provides a substitute for the use of the VFW opencv source code, and translated into algorithms iplimage format.
Platform: | Size: 5120 | Author: Songjian | Hits:

[Multimedia Developopencv

Description: 开源的opencv基础编程教材的所有源码。-Programming opencv open source foundation for all source materials.
Platform: | Size: 33243136 | Author: 胡闽 | Hits:

[Special Effectskalman

Description: 使用Kalman滤波器跟踪一个旋转的点,用Opencv做的-The use of Kalman filter to track a rotating point Opencv to do with the
Platform: | Size: 3072 | Author: 龙海翔 | Hits:

[Special Effectsopencvyuanma

Description: opencv实例源代码,对于opencv初学者帮助很大,这是opencv编程基础书的源码-opencv examples of source code, very helpful for beginners opencv, which is based on the book Programming opencv source code
Platform: | Size: 9320448 | Author: 雷坤 | Hits:

[Special Effectscvhoughcircles

Description: hough变换检测圆的opencv源码 不错哦-hough transform circle detection opencv source Oh well
Platform: | Size: 4096 | Author: 吴首慧 | Hits:

[Special EffectsOpenCV

Description: OpenCV是Intel开源计算机视觉库它由一系列C函数和少C++类构成实现了图像处理和计算机视觉方面的很多通用算法-OpenCV is the Intel Open Source Computer Vision Library it by a series of C function and less C++ Category constitute realize the image processing and computer vision aspects of many common algorithms
Platform: | Size: 2684928 | Author: Ptero | Hits:

[Special EffectscalcPCA

Description: opencv 中用calcPCA 计算矩阵特征向量和特征值-opencv using calcPCA calculated eigenvector matrix and eigenvalue
Platform: | Size: 9216 | Author: 张华振 | Hits:

[Special EffectsOpenCV

Description: opencv基础教程的随书源码 非常有用-opencv tutorial basis with a very useful source book
Platform: | Size: 32715776 | Author: 黄继之 | Hits:

[Mathimatics-Numerical algorithmsTractPoint

Description: 基于OpenCV的卡尔曼滤波实现物体跟踪的程序,VC下实现,在VC下运行需要OpenCV的支持。-OpenCV based on the Kalman filter to track objects realize the procedure, VC achieve, in the VC run OpenCV need support.
Platform: | Size: 14336 | Author: angingao | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net